ComponentOne ASP.NET MVC Controls
ITemplateBuilder<T> Interface
Members 

C1.Web.Mvc.Fluent Namespace : ITemplateBuilder<T> Interface
The builder type.
Defines the interface of the builder which can be used as a template.
Syntax
'Declaration
 
Public Interface ITemplateBuilder(Of T As ITemplateBuilder(Of T)) 
public interface ITemplateBuilder<T> 
where T: ITemplateBuilder<T>
Type Parameters
T
The builder type.
See Also

Reference

ITemplateBuilder<T> Members
C1.Web.Mvc.Fluent Namespace